Welcome![Sign In][Sign Up]
Location:
Search - forgetting factor

Search list

[matlabLMS_RLS

Description: LMS和RLS算法性能的比较,包括权值比较、遗忘因子的影响等-LMS and RLS algorithm performance comparisons, including the right value compared with the impact of forgetting factor
Platform: | Size: 3072 | Author: neal | Hits:

[Otheryiwangyizifazaimatalabzhongdeyingyong

Description: 采用simulink建立系统的仿真对象模型和运用matlab的m语言编写遗忘因子递推算法,最后结合实例给出相应的仿真结果和分析。-The establishment of systems using simulink simulation object model and the use of the m language matlab forgetting factor recursive algorithm, the final combination of examples are given corresponding simulation results and analysis.
Platform: | Size: 335872 | Author: 李运升 | Hits:

[matlabftest

Description: 遗忘因子法辨识系统参数,直接可以允许的MATLAB程序-Forgetting factor method to identify the system parameters can be allowed to direct the MATLAB program
Platform: | Size: 2048 | Author: wjx | Hits:

[Algorithmforget

Description: 遗忘因子算法C++程序源代码。站长能不能少打几个字呢。-Forgetting factor algorithm C++ Program source code. Regulators can do little to fight the words.
Platform: | Size: 142336 | Author: 何林立 | Hits:

[AI-NN-PRFORGETMETHODFORIDENTTIFICATION

Description: 遗忘因子法递推算法用于估计数学模型的参数,精确度较高!-Forgetting factor recursive algorithm method used to estimate the parameters of the mathematical model, high accuracy!
Platform: | Size: 201728 | Author: 李明哲 | Hits:

[Mathimatics-Numerical algorithmssingle

Description: 带遗忘因子的卡尔曼滤波程序 MATLAB仿真程序-With forgetting factor of the Kalman filter procedure MATLAB simulation program
Platform: | Size: 1024 | Author: 王跃 | Hits:

[Communication-MobileLMSRLS

Description: 利用MATLAB仿真软件对LMS和RLS两种算法进行仿真,通过仿真比较了两种算法的收敛速度,对两种算法收敛后的误码率进行分析,研究了步长对LMS算法均方误差性能曲线的影响和遗忘因子对RLS算法性能曲线的影响。-Using MATLAB simulation software for two types of LMS and RLS algorithm simulation, the simulation compares the convergence rate of two algorithms, two algorithms for bit error rate after convergence analysis to study the step-size LMS algorithm for the mean square error performance curve the impact and forgetting factor RLS algorithm for the impact of performance curve.
Platform: | Size: 1024 | Author: shu | Hits:

[Mathimatics-Numerical algorithmsforgettingfactor

Description: 用VB编写的参数估计带遗忘因子递推最小二乘法仿真(RLS)-VB prepared using the parameters estimated with forgetting factor recursive least squares method Simulation (RLS)
Platform: | Size: 22528 | Author: 凯芯 | Hits:

[Mathimatics-Numerical algorithmsforgettingfactorrecursiveleastsquaresmethodSimulat

Description: BASIC语言编写的参数估计带遗忘因子递推最小二乘法仿真-BASIC language of the parameter estimation with forgetting factor recursive least squares method simulation
Platform: | Size: 68608 | Author: 凯芯 | Hits:

[Data structsZXEC

Description: 各种最小二乘算法总结(算例及Matlab程序) 1、一般最小二乘算法的一次计算法和递推算法 2、遗忘因子最小二乘的一次算法和递推算法 3、限定记忆最小二乘递推算法 4、偏差补偿最小二乘算法 5、增广最小二乘 6、广义最小二乘 7、辅助变量法 8、二步法 9、多级最小二乘 10、Yule-Walker辨识算法 (参考文献:过程辨识,方崇智,清华大学出版社,1988)-Summary of various least-squares algorithm (Matlab examples and procedures) a general least-squares algorithm is a calculation method and the recursive algorithm 2, a forgetting factor least squares algorithm and the recursive algorithm 3, limited memory least-squares recursive algorithm 4, a deviation of penalized least squares algorithms 5, 6 Extended Least Squares, Generalized Least Squares 7, supplementary variable method 8, 9, 2-step, multi-stage least-squares 10, Yule-Walker Identification Algorithm (see literature: the process of identification, Fang Chongzhi, Tsinghua University Press, 1988)
Platform: | Size: 1110016 | Author: | Hits:

[matlabselftuning

Description: 具有遗忘因子的最小二乘算法实现的一个案例,包含了仿真模型及M文件,且M文件配有详细的注释,通俗易懂。-Least squares algorithm with forgetting factor to achieve a case, including the simulation model and the M file, and the M file with detailed notes, easy to understand.
Platform: | Size: 10240 | Author: 秧秧 | Hits:

[matlabRLS_Algo

Description: 功能描述:用matlab语言实现RLS自适应算法 函数名:RLS_Algo 输入参数: (1)M:滤波器的阶数 (2)N:LMS算法迭代的次数 (3)lamda:遗忘因子 (4)xn:LMS算法的输入序列 输出参数: (1)系数矢量A 调用函数:无 被调用: 作者:mingcheng 编写时间:2009-10-13 修改时间:2009-10-13 版本:V1.0 -Function Description: The RLS adaptive algorithm matlab language function name: RLS_Algo Input parameters: (1) M: the order of filter (2) N: LMS algorithm the number of iterations (3 ) lamda: forgetting factor (4) xn: LMS algorithm for the input sequence Output parameters: (1) coefficient vector A call the function: No to be called: of: mingcheng write time :2009-10-13 modified :2009-10-13 version: V1.0
Platform: | Size: 1024 | Author: 赵明诚 | Hits:

[matlabprom_3

Description: 最小方差调节器和最小方差自校正调节器。 设计最小方差调节器和最小方差自校正调节器,实现闭环仿真控制,了解这两种调节器的性质,特别是某些参数(如遗忘因子)的影响-Minimum variance regulator and the minimum variance self-tuning regulator. Design of minimum variance and minimum variance regulator self-tuning regulator to achieve closed-loop simulation of control, to understand the nature of the two regulators, in particular some of the parameters (such as forgetting factor) of
Platform: | Size: 2048 | Author: yk | Hits:

[matlabLMS

Description: 一种改进的LMS算法及其在噪声对消中的应用。在分析传统定步长LMS算法和变步长LMS算法的基础上,提出了一种改进的变步长LMS算法。新算法利用瞬时误差绝对值三次方的指数形式和遗忘因子同时调整步长,更好的解决了收敛速度和稳态误差的矛盾-An improved LMS algorithm and its application in noise cancellation. In the analysis of the traditional fixed step and variable step size LMS algorithm based on LMS algorithm, a modified variable step size LMS algorithm. Absolute value of the new algorithm uses the instantaneous error and the form of cubic exponential forgetting factor while adjusting step, a better solution to the convergence speed and steady-state error of the contradictions
Platform: | Size: 1024 | Author: dapeng | Hits:

[Windows Developforgetting-factor-method-

Description: 考虑一个时变系统,经数字仿真,采用遗忘因子法的递推算法估计参数,有文字说明和源代码-Consider a time-varying systems, the digital simulation, the recursive method with forgetting factor algorithm to estimate parameters of a text and source code
Platform: | Size: 89088 | Author: chenshan | Hits:

[matlabForgetting-factor

Description: 自适应控制中,用Matlab算法实现带遗忘因子递推最小二乘参数估计-Forgetting factor recursive least squares parameter estimation
Platform: | Size: 18432 | Author: xiajulong | Hits:

[Special EffectsRecursive-forgetting

Description: 本代码是关于用递推遗忘因子法辨识系统的参数。-The code is on the recursive forgetting factor method with the parameter identification system.
Platform: | Size: 165888 | Author: 宋丙菊 | Hits:

[OtherLSM-with-genetic-factor

Description: 具有遗传因子的最小二乘法 ,遗忘因子的作用是加强新的数据提供的信息量,逐渐削弱老的数据,防止数据饱和。-The least squares method with genetic factors, the role of the forgetting factor is the amount of information provided by the new data, and to undermine the old data, prevent data saturation.
Platform: | Size: 2048 | Author: 罗丹 | Hits:

[Otherthe-forgetting-factor-method-

Description: 系统辨识与参数估计中的遗忘因子法Matlab编程-the forgetting factor method of Matlab programming for System identification and parameter estimation
Platform: | Size: 1024 | Author: 刁俊 | Hits:

[Software EngineeringRLS-with-forgetting-factor

Description: the RLS algorithm with forgetting factor
Platform: | Size: 1024 | Author: arash | Hits:
« 12 3 4 »

CodeBus www.codebus.net